home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
PC World 2007 July & August
/
PCWorld_2007-07-08_cd.bin
/
v cisle
/
dvdstyler
/
DVDStyler-1.5-win32u.exe
/
{app}
/
objects
/
ellipse.xml
next >
Wrap
Extensible Markup Language
|
2006-02-27
|
1KB
|
44 lines
<?xml version="1.0" encoding="utf-8"?>
<object>
<title>Ellipse</title>
<svg width="80" height="50">
<ellipse id="ellipse" cx="50%" cy="50%" rx="40%" ry="40%"
stroke="#FFFFFF" stroke-width="5"
fill="#8080EF" fill-opacity="1.0"/>
</svg>
<parameters>
<parameter>
<title>Mount width</title>
<name>stroke-width</name>
<type>integer</type>
<element>ellipse</element>
<attribute>stroke-width</attribute>
</parameter>
<parameter>
<title>Mount colour</title>
<name>stroke</name>
<type>colour</type>
<element>ellipse</element>
<attribute>stroke</attribute>
</parameter>
<parameter>
<title>Inner colour</title>
<name>fill</name>
<type>colour</type>
<element>ellipse</element>
<attribute>fill</attribute>
</parameter>
<parameter>
<title>Opacity</title>
<name>opacity</name>
<type>string</type>
<element>ellipse</element>
<attribute>fill-opacity</attribute>
</parameter>
</parameters>
<min-size>
<width>8</width>
<height>8</height>
</min-size>
</object>